PDF4Java Reference Documentation
com.o2sol.pdf4java.pdffunctions Package / PDFSampleFunction Class / setSize Method
An array of m positive integers specifying the number of samples in each input dimension of the sample table.
In This Topic
    setSize Method
    In This Topic
    Sets the number of samples.
    Syntax
    public void setSize( 
       int[] size
    )

    Parameters

    size
    An array of m positive integers specifying the number of samples in each input dimension of the sample table.
    Exceptions
    ExceptionDescription
    When size is null.
    See Also